home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 April / Macworld (1996-04).dmg / Educational Demos / Goldilocks Gamebook / Goldilocks.DIR / 00531_Script_531 < prev    next >
Text File  |  1995-11-20  |  169b  |  11 lines

  1. -- Quit
  2.  
  3. on mouseDown 
  4.   set the castnum of sprite 15 to 511
  5.   puppetsound "click.aif"
  6.   updatestage
  7.   repeat while the stilldown
  8.   end repeat
  9.   go "quit"
  10. end
  11.